home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / sysv-rc.postinst < prev    next >
Encoding:
Text File  |  2007-04-10  |  160 b   |  18 lines

  1. #! /bin/sh
  2. #
  3. # sysv-rc postinst
  4. #
  5.  
  6. case "$1" in
  7.   configure)
  8.     oldver=$2
  9.     ;;
  10.   abort-upgrade|abort-remove|abort-deconfigure)
  11.     exit 0
  12.     ;;
  13. esac
  14.  
  15. umask 022
  16.  
  17. exit 0
  18.